home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / X11 / xkb / symbols / pc / dk < prev    next >
Text File  |  2005-01-13  |  2KB  |  45 lines

  1.  
  2. // based on a keyboard map from an 'xkb/symbols/dk' file
  3. //
  4. // $XFree86: xc/programs/xkbcomp/symbols/pc/dk,v 1.3 2002/12/19 01:07:56 dawes Exp $
  5.  
  6. partial default alphanumeric_keys
  7. xkb_symbols "basic" {
  8.  
  9.     include "pc/latin(type2)"
  10.  
  11.     name[Group1]="Danish";
  12.  
  13.     key <AE11>    { [      plus,   question,    plusminus, questiondown ]    };
  14.     key <AE12>    { [dead_acute, dead_grave,          bar,    brokenbar ]    };
  15.  
  16.  
  17.     key <AC10>    { [        ae,        AE,   dead_acute, dead_doubleacute ] };
  18.     key <AC11>    { [    oslash,  Ooblique, dead_circumflex, dead_caron ]    };
  19.     key <TLDE>    { [   onehalf,   section, threequarters,    paragraph ]    };
  20.  
  21.     key <BKSL>    { [apostrophe,   asterisk, dead_doubleacute, multiply ]    };
  22.  
  23.     key <LSGT>    { [      less,    greater,    backslash,      notsign ]    };
  24.  
  25.     key <KPDL>  { [ KP_Delete, KP_Separator                           ]    };
  26.  
  27.     include "level3(ralt_switch_multikey)"
  28. };
  29.  
  30. partial alphanumeric_keys
  31. xkb_symbols "nodeadkeys" {
  32.  
  33.     include "pc/dk(basic)"
  34.  
  35.     key <AE12>    { [     acute,      grave,          bar,       ogonek ]    };
  36.     key <AD11>    { [     aring,      Aring,    diaeresis,       degree ]    };
  37.     key <AD12>    { [ diaeresis, asciicircum,  asciitilde,       macron ]    };
  38.     key <AC10>    { [        ae,         AE,        acute,  doubleacute ]    };
  39.     key <AC11>    { [    oslash,   Ooblique,  asciicircum,        caron ]    };
  40.     key <BKSL>    { [apostrophe,   asterisk,  doubleacute,     multiply ]    };
  41.     key <AB08>    { [     comma,  semicolon,      cedilla,       ogonek ]    };
  42.     key <AB09>    { [    period,      colon, periodcentered,   abovedot ]    };
  43.  
  44. };
  45.